home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1275 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.4 KB

  1. From: Kay Roemer <roemer@informatik.uni-frankfurt.de>
  2. Posted-Date: Wed, 20 Apr 94 8:15:41 MESZ
  3. Received-Date: Wed, 20 Apr 94 08:15:41 +0200
  4. Message-Id: <9404200615.AA07832@hera.rbi.informatik.uni-frankfurt.de>
  5. Subject: Re: sending signals from xdd's
  6. To: bousch@topo.matups.fr (Thierry Bousch) (Thierry Bousch)
  7. Date: Wed, 20 Apr 94 8:15:41 MESZ
  8. In-Reply-To: <9404192301.AA13836@topo.matups.fr>; from "Thierry Bousch" at Apr 20, 94 1:01 am
  9. Mailer: Elm [revision: 70.85]
  10.  
  11. Hello Thierry,
  12.  
  13. > > 
  14. > > Perhaps (as Juergen suggested some time ago) post_sig() should be
  15. > > made available for device drivers through struct kerinfo?
  16. > While it would be a Good Thing, it would not solve the problem indicated
  17. > before, i.e. you still need another thread. But it would have the great
  18. > advantage of allowing this thread to execute in kernel mode, so
  19. > addroottimeout() would be usable...
  20.  
  21. That's exactly the point. But the latter solution wouldn't really hurt
  22. me, because input in MintNet is already processed asynchronously via
  23. addroottimeout(). So I could simply use kerinfo->post_sig() in the
  24. right place to do the job while I had to setup a different thread with
  25. Pexec() and would have perhaps all the problems Stephen has with its
  26. update daemon and Multitos without post_sig().
  27.  
  28. BTW: Have you thought about a concept for adding line discipline stuff
  29. to your driver? I would really like to avoid implementing serial drivers
  30. into MintNet...
  31.  
  32.  
  33. All the best, Kay.
  34.